home *** CD-ROM | disk | FTP | other *** search
/ CD World 1997 November / CD World - Kasım 1997.iso / sinema.cxt / 00029_Field_29.txt < prev    next >
Text File  |  1997-02-08  |  263b  |  9 lines

  1.  on exitFrame
  2.     set myDuration = the duration of member "myVideo"
  3.     if the movieTime of sprite theDVSprite < (myDuration - 10) then
  4.       go to the frame
  5.     else
  6.       set the movieRate of sprite theDVSprite = 0
  7.       go to the frame
  8.     end if
  9.   end